home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_2406 / PlaceObject2_112_178 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-10-17  |  203 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    n -= 10;
  3.    if(n >= 0)
  4.    {
  5.       who.setVolume(n);
  6.    }
  7.    else
  8.    {
  9.       who.stop();
  10.       who.setVolume(100);
  11.       n = 100;
  12.       delete _root.loop;
  13.    }
  14. }
  15.